ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Core Namespace / ImGearReadOnlyDictionary<TKey,TValue> Class / Remove Method / Remove(TKey) Method
The key of the element to remove.




In This Topic
    Remove(TKey) Method
    In This Topic
    This method is not supported by the ImGearReadOnlyDictionary.
    Syntax
    'Declaration
     
    Public Overloads Function Remove( _
       ByVal key As TKey _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
    Dim key As TKey
    Dim value As Boolean
     
    value = instance.Remove(key)
    public bool Remove( 
       TKey key
    )
    public: bool Remove( 
       TKey* key
    ) 
    public:
    bool Remove( 
       TKey^ key
    ) 

    Parameters

    key
    The key of the element to remove.

    Return Value

    Boolean value.
    See Also